Home | Trees | Index | Help |
---|
Package i2p :: Module samclasses :: Class BaseSession |
|
DatagramSession
,
RawSession
,
StreamSession
Method Summary | |
---|---|
__init__(self,
addr)
| |
Internal command, encode extra kwargs for passing to SESSION CREATE. | |
Internal command, handshake with SAM terminal. | |
Internal command, does a NAMING LOOKUP query. | |
Internal command, got HELLO REPLY. | |
Internal command, got NAMING REPLY. | |
Internal command, got SESSION STATUS. | |
Internal command, call at end of __init__ to set up properties. | |
Close the session. |
Method Details |
---|
_encode_kwargs(self, **kwargs)Internal command, encode extra kwargs for passing to SESSION CREATE. |
_hello(self)Internal command, handshake with SAM terminal. |
_namelookup(self, name)Internal command, does a NAMING LOOKUP query. |
_on_HELLO_REPLY(self, **kwargs)Internal command, got HELLO REPLY. |
_on_NAMING_REPLY(self, **kwargs)Internal command, got NAMING REPLY. |
_on_SESSION_STATUS(self, **kwargs)Internal command, got SESSION STATUS. |
_set_properties(self)Internal command, call at end of __init__ to set up properties. |
close(self)Close the session. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |